home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global matchedCount, rCardi, uCardi
- puppetSound("Claypot slap.aiff")
- set the castNum of sprite 17 to the number of cast "Blank"
- set the castNum of sprite 18 to the number of cast "Blank"
- set the ink of sprite (rCardi + 8) to 36
- set the ink of sprite (uCardi + 8) to 36
- if matchedCount < 4 then
- go("L")
- else
- go("Endgame")
- end if
- end
-